[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified - works

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-07T04:17:28Z Indexed on 2010/05/07 4:28 UTC
Read the original article Hit count: 406

Filed under:
|
|

Hello,

I am developing a java app (with odbc bridge - forgive me - the only paradox driver I have been able to obtain is the microsoft odbc driver) - which works fine while in eclipse, (and netbeans) - connecting and obtaining data from an ancient paradox 5.x database. So long as it is run from inside my IDE - it compiles and runs flawlessly.

When I export it to a runable jar, suddenly [code][Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified[/code] occurs.

The jar is being run on the same box as my developing IDE - so I am confused about the cause. It is being run via console from a user account, as per the IDE.

My connection string is "jdbc:odbc:Driver={Microsoft Paradox Driver (*.db )};DriverID=538; Fil=Paradox 5.X; DefaultDir=C:\paradox\database\location\" - obtained from connectionstrings.com - and as mentioned before, working fine while run from the IDE.

The above seems to 'magically' create its own connection, avoiding the setup of a dsn - I am unsure quite how it does - but it works.

The only other thing I can think that might be pertinent is that my PC is a 64bit o/s (windows server 2008).

Please help, any suggestions or comments will be greatly appreciated.

Thanks, Matt

© Stack Overflow or respective owner

Related posts about java

Related posts about sql